home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / LISTS641.ZIP;1 / UPDATE.BAT < prev   
Encoding:
DOS Batch File  |  1993-01-20  |  3.1 KB  |  94 lines

  1. echo off
  2. cls
  3. echo 
  4. echo                   LISTS MANAGER VERSION 6.41
  5. echo              HARD DISK INSTALLATION of UPDATE FILES
  6. echo                {do NOT use for origional install}
  7. echo 
  8. if exist %1:\%2\LISTS.EXE goto UPDATE1
  9. goto Helpinst
  10. :UPDATE1
  11. echo    You can copy the update files of LISTS MANAGER to your hard disk by 
  12. echo    using this  update/installation program. The program and data files        
  13. echo    required will be installed  to the directory and drive  you entered  
  14. echo    "%1:\%2"  from the origional files on drive A:
  15. echo 
  16. echo    Your data files will not be changed in this process. It is however
  17. echo    advisable to  have a  current  backup of all of the directory to be
  18. echo    updated,  as well as using a copy of the update master.  After this  
  19. echo    is completed enter 'U' from Menu 8, the LISTS UTILITIES Menu.  Menu
  20. echo    item 'U' is NOT listed but will function when the update files are
  21. echo    present in the LISTS program directory. This update will add 3 lines
  22. echo    of memo information to each record and will now keep track of how
  23. echo    many names are in each list. The other significant change is the 
  24. echo    ability to subsort a list by zip or state.  
  25. echo 
  26. if "%1==" goto HELPINST
  27. echo 
  28. echo    The LISTS MANAGER will be updated on drive '%1:' directory '%2' (%1:\%2)
  29. echo 
  30. ask     Are you ready to continue with the update? (Y/N) 
  31. if ERRORLEVEL 1 goto LISTS1
  32. goto END
  33. :LISTS1
  34. if exist %1:\%2\LISTS.EXE goto UPDATE2
  35. goto HELPINST
  36. :UPDATE2
  37. cls
  38. del %1:\%2\lists.exe
  39. del %1:\%2\l*.ovl
  40. del %1:\%2\listdrv.dbf   
  41. del %1:\%2\listest.dbf   
  42. del %1:\%2\tran.dbf
  43. del %1:\%2\*.mem
  44. del %1:\%2\l*.ntx
  45. cls
  46. echo 
  47. echo 
  48. echo    Copying update files to drive %1:\%2        
  49. echo 
  50. copy LISTS.exe %1:\%2
  51. copy *.dbb %1:\%2
  52. copy *.mem %1:\%2
  53. cls
  54. echo 
  55. echo 
  56. echo    The LISTS MANAGER vs 6.41 has been successfully updated on %1:\%2
  57. echo 
  58. echo    After you  press return, the LISTS MANAGER  program will be loaded
  59. echo    from  your hard disk.  You will  have to reinstall  the parameters 
  60. echo    for the  printing of labels and cards and you need to go to menu 8 
  61. echo    and enter a  'U'  which is not  a documented option to update your
  62. echo    LISTS data files.  A message identifying and confirming the update
  63. echo    will appear on the bottom of your screen.
  64. echo 
  65. echo    Please review the update README.DOC with your copy of version 6.41
  66. goto End
  67. :HELPINST
  68. echo 
  69. echo 
  70. echo    The LISTS UPDATE is aborted!
  71. echo 
  72. echo    Either:
  73. echo 
  74. echo    1. The LISTS MANAGER files to update do not exist on drive %1:\%2  
  75. echo       please check drive and directory name before re-running install
  76. echo 
  77. echo       or 
  78. echo 
  79. echo    2. You entered the command incorrectly.  The correct syntax is:
  80. echo 
  81. echo                    "UPDATE drive directory"  
  82. echo 
  83. echo       example: enter   UPDATE C LISTS     to update files in C:\LISTS\ 
  84. goto End
  85. echo 
  86. echo 
  87. echo       Please try again, and be sure you have a backup before completing
  88. echo       this update. 
  89. :End
  90. echo 
  91. echo 
  92. pause
  93. cls
  94.